From 8fa39fc9cdf7c82ffeadeba8f15e635686cc19da Mon Sep 17 00:00:00 2001 From: Nemikolh Date: Tue, 23 May 2017 18:06:43 +0100 Subject: [PATCH] Mention the stderr file in the documentation. --- src/doc/build-script.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index b747ed0c0..6de0ab911 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -58,6 +58,9 @@ cargo:libdir=/path/to/foo/lib cargo:include=/path/to/foo/include ``` +On the other hand, lines printed to stderr are written to a file like +`target/debug/build//stderr` but are not interpreted by cargo. + There are a few special keys that Cargo recognizes, some affecting how the crate is built: -- 2.30.2